Platform Explorer / Nuxeo Platform 2023.10

Operation Document.MoveToColdStorage (Move to Cold Storage)

Description

Move the main document content to the cold storage.
Operation id Document.MoveToColdStorage
Category Files
Label Move to Cold Storage
Requires
Since

Parameters

No parameters.

Signature

Inputs document, documents
Outputs document, documents

Implementation Information

Implementation Class Class: org.nuxeo.coldstorage.operations.MoveToColdStorage
Contributing Component org.nuxeo.coldstorage.operations.contrib

JSON Definition

{
  "id" : "Document.MoveToColdStorage",
  "label" : "Move to Cold Storage",
  "category" : "Files",
  "requires" : null,
  "description" : "Move the main document content to the cold storage.",
  "url" : "Document.MoveToColdStorage",
  "signature" : [ "document", "document", "documents", "documents" ],
  "params" : [ ]
}